projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c82c1da
)
[ps2]: Use nlist instead of knlist #ifdef _AIX.
author
Roland McGrath
<roland@gnu.org>
Mon, 7 Aug 1995 20:48:08 +0000
(20:48 +0000)
committer
Roland McGrath
<roland@gnu.org>
Mon, 7 Aug 1995 20:48:08 +0000
(20:48 +0000)
src/getloadavg.c
patch
|
blob
|
history
diff --git
a/src/getloadavg.c
b/src/getloadavg.c
index 5cf0b997badf7ecaadd0b45676b973950f807f40..7f939d2dbe4846510f6aff08b011c9a52c6f40b7 100644
(file)
--- a/
src/getloadavg.c
+++ b/
src/getloadavg.c
@@
-811,7
+811,7
@@
getloadavg (loadavg, nelem)
#ifndef SUNOS_5
if (
-#if
ndef _AIX
+#if
!(defined (_AIX) && !defined (ps2))
nlist (KERNEL_FILE, nl)
#else /* _AIX */
knlist (nl, 1, sizeof (nl[0]))